Skip to content

,System.Reactive.TimeInterval{-0})}

TimeInterval.op_Equality(TimeInterval, TimeInterval) operator

Defined in

Type: TimeInterval Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public static bool operator ==(TimeInterval<T> first, TimeInterval<T> second)

Summary: Determines whether the two specified TimeInterval values have the same Value and Interval.

Parameters

NameTypeDescription
first[TimeInterval](#The first [TimeInterval](# value to compare.
second[TimeInterval](#The second [TimeInterval](# value to compare.

Returns: bool -- true if the first TimeInterval value has the same Value and Interval as the second TimeInterval value; otherwise, false.